projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43bcc64
)
Link test/test_bindings against libxenapi in the new location.
author
Ewan Mellor
<ewan@xensource.com>
Fri, 1 Dec 2006 12:24:42 +0000
(12:24 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Fri, 1 Dec 2006 12:24:42 +0000
(12:24 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxen/Makefile
b/tools/libxen/Makefile
index 6bf5d2fc25c4d5ad86c281fc44477febf0c99c5a..c72206442aac08c0a753ecbcc5891aec0a3802c7 100644
(file)
--- a/
tools/libxen/Makefile
+++ b/
tools/libxen/Makefile
@@
-48,8
+48,8
@@
libxenapi.so.$(MAJOR).$(MINOR): $(LIBXENAPI_OBJS)
libxenapi.a: $(LIBXENAPI_OBJS)
$(AR) rcs libxenapi.a $^
-test/test_bindings: test/test_bindings.o
src/libxen
.so
- $(CC) $(LDFLAGS) -o $@ $< -L
src -lxen
+test/test_bindings: test/test_bindings.o
libxenapi
.so
+ $(CC) $(LDFLAGS) -o $@ $< -L
. -lxenapi
.PHONY: install